home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TSELECTDIRDIALOG / TSELECTDIRDIALOG.txt
Text File  |  1997-07-16  |  2KB  |  88 lines

  1. object SelectDirDialog: TSelectDirDialog
  2.   Left = 234
  3.   Top = 70
  4.   BorderStyle = bsDialog
  5.   Caption = 'Browse directories'
  6.   ClientHeight = 280
  7.   ClientWidth = 308
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object llDrive: TLabel
  17.     Left = 8
  18.     Top = 232
  19.     Width = 28
  20.     Height = 13
  21.     Caption = 'Dri&ve:'
  22.     FocusControl = DriveBox
  23.   end
  24.   object llDirs: TLabel
  25.     Left = 8
  26.     Top = 56
  27.     Width = 50
  28.     Height = 13
  29.     Caption = '&Directories'
  30.     FocusControl = DirBox
  31.   end
  32.   object llSelect: TLabel
  33.     Left = 8
  34.     Top = 8
  35.     Width = 33
  36.     Height = 13
  37.     Caption = '&Select:'
  38.   end
  39.   object DirBox: TDirectoryListBox
  40.     Left = 8
  41.     Top = 72
  42.     Width = 209
  43.     Height = 153
  44.     ItemHeight = 16
  45.     TabOrder = 0
  46.     OnChange = DirBoxChange
  47.     OnClick = DirBoxChange
  48.   end
  49.   object DriveBox: TDriveComboBox
  50.     Left = 8
  51.     Top = 248
  52.     Width = 209
  53.     Height = 19
  54.     DirList = DirBox
  55.     TabOrder = 1
  56.   end
  57.   object bOK: TButton
  58.     Left = 228
  59.     Top = 24
  60.     Width = 75
  61.     Height = 25
  62.     Caption = '&OK'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 2
  66.     OnClick = bOKClick
  67.   end
  68.   object bCancel: TButton
  69.     Left = 228
  70.     Top = 64
  71.     Width = 75
  72.     Height = 25
  73.     Cancel = True
  74.     Caption = 'Cancel'
  75.     ModalResult = 2
  76.     TabOrder = 3
  77.   end
  78.   object eDir: TEdit
  79.     Left = 8
  80.     Top = 24
  81.     Width = 209
  82.     Height = 21
  83.     TabOrder = 4
  84.     OnChange = eDirChange
  85.     OnKeyPress = eDirKeyPress
  86.   end
  87. end
  88.